ImageGear .NET v24.12 - Updated
Values Property (ImGearReadOnlyDictionary<TKey,TValue>)




ImageGear24.Windows.Controls Assembly > ImageGear.Core Namespace > ImGearReadOnlyDictionary<TKey,TValue> Class : Values Property
Gets a collection containing the values in the dictionary.
Syntax
'Declaration
 
Public ReadOnly Property Values As ICollection(Of TValue)
'Usage
 
Dim instance As ImGearReadOnlyDictionary(Of TKey,TValue)
Dim value As ICollection(Of TValue)
 
value = instance.Values
public ICollection<TValue> Values {get;}
public: __property ICollection<TValue*>* get_Values();
public:
property ICollection<TValue^>^ Values {
   ICollection<TValue^>^ get();
}

Property Value

A collection containing the values in the dictionary.
See Also

Reference

ImGearReadOnlyDictionary<TKey,TValue> Class
ImGearReadOnlyDictionary<TKey,TValue> Members